home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / dbmap.dxr / 00030.ls < prev    next >
Encoding:
Text File  |  2000-01-27  |  277 b   |  18 lines

  1. on keyDown
  2.   EvalKeyPressed()
  3. end
  4.  
  5. on idle
  6.   global gDBPictObjList
  7.   MyObj = getaProp(gDBPictObjList, GetObjProp())
  8.   ButtonList = GetButtonList(MyObj)
  9.   repeat with rc in ButtonList
  10.     doRollover(rc)
  11.   end repeat
  12.   doRolloverText(MyObj)
  13. end
  14.  
  15. on exitFrame
  16.   go(the frame)
  17. end
  18.